|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfilescan.ObjectFileScanHandler
public class ObjectFileScanHandler
Object file scan handler returns objects stored in files. If no object is stored in the file in question, nothing is returned.
| Constructor Summary | |
|---|---|
ObjectFileScanHandler()
Construct. |
|
| Method Summary | |
|---|---|
java.lang.Object |
handleFile(java.io.File file)
Read an object stored in the file, or null if the file does not contain an object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectFileScanHandler()
| Method Detail |
|---|
public java.lang.Object handleFile(java.io.File file)
handleFile in interface FileScanHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||